How would you show a file with CURL? [PHP]
Posted
by Kyle
on Stack Overflow
See other posts from Stack Overflow
or by Kyle
Published on 2010-05-13T01:17:26Z
Indexed on
2010/05/13
1:24 UTC
Read the original article
Hit count: 194
There is an epic lack of php CURL love on the internet for beginners like me. I was wondering how to use CURL to download & display an ICS file (They're plain text to me...) in my php code. Unless Fopen is 1,000 times easier, I'd like to stick with CURL for this one.
© Stack Overflow or respective owner